/*--------------------------------------------------------------
# General
--------------------------------------------------------------*/
:root {
    scroll-behavior: smooth;
}

/******* Base *******/
body {
    font-family: "Noto Sans", sans-serif;
    font-size: 14px;
    color: #6f6f6f;
    line-height: 1.5;
    background-color: #eff8ff;
    overflow-y: auto;
    overflow-x: hidden;
}

html {
    font-family: "Noto Sans", sans-serif;
}

::selection {
    background: #e41f07;
    color: #fff;
    text-shadow: none;
}

img {
    max-width: 100%;
    height: auto;
    vertical-align: inherit;
}

* {
    outline: none;
}

button {
    -webkit-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
button:focus {
    box-shadow: none !important;
}

p {
    margin-bottom: 20px;
}
p:last-child {
    margin-bottom: 0;
}

strong {
    font-weight: 700;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
    color: #262a2a;
    font-family: "Noto Sans", sans-serif;
    font-weight: 700;
    margin-bottom: 0;
}

ol,
ul {
    list-style: none;
    margin-block-end: 0;
    padding: 0;
}

ul {
    list-style: none;
}
ul.list-disc {
    list-style: disc;
    padding-left: 15px;
}
ul.list-disc ul {
    list-style-type: circle;
}
ul.list-decimal {
    list-style: decimal;
    padding-left: 15px;
}
ul.list-decimal ul {
    list-style-type: decimal;
}
ul.list-icon {
    list-style: none;
    padding-left: 0;
}
ul.list-icon > li {
    padding-left: 1.875rem;
    counter-increment: li;
}
ul.list-icon > li i,
ul.list-icon > li .feather-icon,
ul.list-icon > li .svg-icon {
    display: inline-block;
    height: 20px;
    width: 20px;
    text-align: center;
    margin-left: -1.25rem;
    position: relative;
    left: -10px;
    padding: 1px;
    top: -1px;
}
ul.list-icon > li i {
    font-size: 20px;
    top: 5px;
}
ul .btn-primary:not(:disabled):not(.disabled):active:focus,
ul .btn-primary:not(:disabled):not(.disabled).active:focus {
    box-shadow: none;
}

.bg-primary {
    background-color: #e41f07 !important;
}

.bg-secondary {
    background-color: #ffa201 !important;
}

.bg-info {
    background-color: #1ecbe2 !important;
}

.bg-success {
    background-color: #5cb85c !important;
    color: #fff !important;
}

.bg-warning {
    background-color: #fda700 !important;
    color: #fff !important;
}

.bg-danger {
    background-color: #fc0027 !important;
    color: #fff !important;
}

.bg-dark {
    background-color: #171724 !important;
}

.bg-light {
    background-color: #fdfdfe !important;
}

.bg-white {
    background-color: #fff !important;
}

.bg-pink {
    background-color: #ea00b7 !important;
}

.bg-purple {
    background-color: #4a00e5 !important;
}

.bg-teal {
    background-color: #02a8b5 !important;
}

.bg-blue {
    background-color: #339dff !important;
}

.bg-tertiary {
    background-color: #3c2371 !important;
}

.bg-violet {
    background-color: #676dff !important;
}

.bg-green {
    background-color: #00918e !important;
}

.bg-primary {
    background-color: #e41f07 !important;
}
.bg-primary.bg-opacity-10 {
    background-color: rgba(228, 31, 7, 0.1) !important;
}
.bg-primary.bg-opacity-25 {
    background-color: rgba(228, 31, 7, 0.25) !important;
}
.bg-primary.bg-opacity-50 {
    background-color: rgba(228, 31, 7, 0.5) !important;
}
.bg-primary.bg-opacity-75 {
    background-color: rgba(228, 31, 7, 0.75) !important;
}
.bg-primary.bg-opacity-100 {
    background-color: #e41f07 !important;
}

.bg-secondary {
    background-color: #ffa201 !important;
}
.bg-secondary.bg-opacity-10 {
    background-color: rgba(255, 162, 1, 0.1) !important;
}
.bg-secondary.bg-opacity-25 {
    background-color: rgba(255, 162, 1, 0.25) !important;
}
.bg-secondary.bg-opacity-50 {
    background-color: rgba(255, 162, 1, 0.5) !important;
}
.bg-secondary.bg-opacity-75 {
    background-color: rgba(255, 162, 1, 0.75) !important;
}
.bg-secondary.bg-opacity-100 {
    background-color: #ffa201 !important;
}

.bg-info {
    background-color: #1ecbe2 !important;
}
.bg-info.bg-opacity-10 {
    background-color: rgba(30, 203, 226, 0.1) !important;
}
.bg-info.bg-opacity-25 {
    background-color: rgba(30, 203, 226, 0.25) !important;
}
.bg-info.bg-opacity-50 {
    background-color: rgba(30, 203, 226, 0.5) !important;
}
.bg-info.bg-opacity-75 {
    background-color: rgba(30, 203, 226, 0.75) !important;
}
.bg-info.bg-opacity-100 {
    background-color: #1ecbe2 !important;
}

.bg-success {
    background-color: #5cb85c !important;
}
.bg-success.bg-opacity-10 {
    background-color: rgba(92, 184, 92, 0.1) !important;
}
.bg-success.bg-opacity-25 {
    background-color: rgba(92, 184, 92, 0.25) !important;
}
.bg-success.bg-opacity-50 {
    background-color: rgba(92, 184, 92, 0.5) !important;
}
.bg-success.bg-opacity-75 {
    background-color: rgba(92, 184, 92, 0.75) !important;
}
.bg-success.bg-opacity-100 {
    background-color: #5cb85c !important;
}

.bg-warning {
    background-color: #fda700 !important;
}
.bg-warning.bg-opacity-10 {
    background-color: rgba(253, 167, 0, 0.1) !important;
}
.bg-warning.bg-opacity-25 {
    background-color: rgba(253, 167, 0, 0.25) !important;
}
.bg-warning.bg-opacity-50 {
    background-color: rgba(253, 167, 0, 0.5) !important;
}
.bg-warning.bg-opacity-75 {
    background-color: rgba(253, 167, 0, 0.75) !important;
}
.bg-warning.bg-opacity-100 {
    background-color: #fda700 !important;
}

.bg-danger {
    background-color: #fc0027 !important;
}
.bg-danger.bg-opacity-10 {
    background-color: rgba(252, 0, 39, 0.1) !important;
}
.bg-danger.bg-opacity-25 {
    background-color: rgba(252, 0, 39, 0.25) !important;
}
.bg-danger.bg-opacity-50 {
    background-color: rgba(252, 0, 39, 0.5) !important;
}
.bg-danger.bg-opacity-75 {
    background-color: rgba(252, 0, 39, 0.75) !important;
}
.bg-danger.bg-opacity-100 {
    background-color: #fc0027 !important;
}

.bg-dark {
    background-color: #171724 !important;
}
.bg-dark.bg-opacity-10 {
    background-color: rgba(23, 23, 36, 0.1) !important;
}
.bg-dark.bg-opacity-25 {
    background-color: rgba(23, 23, 36, 0.25) !important;
}
.bg-dark.bg-opacity-50 {
    background-color: rgba(23, 23, 36, 0.5) !important;
}
.bg-dark.bg-opacity-75 {
    background-color: rgba(23, 23, 36, 0.75) !important;
}
.bg-dark.bg-opacity-100 {
    background-color: #171724 !important;
}

.bg-light {
    background-color: #fdfdfe !important;
}
.bg-light.bg-opacity-10 {
    background-color: rgba(253, 253, 254, 0.1) !important;
}
.bg-light.bg-opacity-25 {
    background-color: rgba(253, 253, 254, 0.25) !important;
}
.bg-light.bg-opacity-50 {
    background-color: rgba(253, 253, 254, 0.5) !important;
}
.bg-light.bg-opacity-75 {
    background-color: rgba(253, 253, 254, 0.75) !important;
}
.bg-light.bg-opacity-100 {
    background-color: #fdfdfe !important;
}

.bg-primary {
    background-color: #e41f07 !important;
    border: 1px solid #e41f07 !important;
    color: #fff;
}

.bg-secondary {
    background-color: #ffa201 !important;
    border: 1px solid #ffa201 !important;
    color: #fff;
}

.bg-success {
    background-color: #5cb85c !important;
    border: 1px solid #5cb85c !important;
    color: #fff;
}

.bg-info {
    background-color: #1ecbe2 !important;
    border: 1px solid #1ecbe2 !important;
    color: #fff;
}

.bg-warning {
    background-color: #fda700 !important;
    border: 1px solid #fda700 !important;
    color: #fff;
}

.bg-danger {
    background-color: #fc0027 !important;
    border: 1px solid #fc0027 !important;
    color: #fff;
}

.bg-dark {
    background-color: #171724 !important;
    border: 1px solid #171724 !important;
    color: #fff;
}

.bg-light {
    background-color: #fdfdfe !important;
    border: 1px solid #fdfdfe !important;
    color: #fff;
}

.bg-black {
    background-color: #000 !important;
    border: 1px solid #000 !important;
    color: #fff;
}

.bg-purple {
    background-color: #4a00e5 !important;
    border: 1px solid #4a00e5 !important;
    color: #fff;
}

.bg-yellow {
    background-color: #ffff00 !important;
    border: 1px solid #ffff00 !important;
    color: #fff;
}

.bg-teal {
    background-color: #02a8b5 !important;
    border: 1px solid #02a8b5 !important;
    color: #fff;
}

.bg-soft-primary {
    background-color: #f7bcb5;
    color: #e41f07;
}

.bg-soft-secondary {
    background-color: #ffe3b3;
    color: #ffa201;
}

.bg-soft-success {
    background-color: #ceeace;
    color: #5cb85c;
}

.bg-soft-danger {
    background-color: #feb3be;
    color: #fc0027;
}

.bg-soft-warning {
    background-color: #fee5b3;
    color: #fda700;
}

.bg-soft-info {
    background-color: rgba(30, 203, 226, 0.3);
    color: #1ecbe2;
}

.bg-soft-light {
    background-color: rgba(253, 253, 254, 0.9);
    color: #6f6f6f;
}

.bg-soft-dark {
    background-color: rgba(23, 23, 36, 0.3);
    color: #fff;
}

.bg-light {
    color: #6f6f6f;
}

.bg-primary-gradient {
    background: linear-gradient(to right, #e41f07 0%, #8e77fa 100%) !important;
    color: #fff;
}

.bg-secondary-gradient {
    background: linear-gradient(to right, #ffa201 0%, #28b7f9 100%) !important;
    color: #fff;
}

.bg-warning-gradient {
    background: linear-gradient(to right, #fda700 0%, #fbc434 100%) !important;
    color: #fff;
}

.bg-info-gradient {
    background: linear-gradient(to right, #1ecbe2 0%, #00f2fe 100%) !important;
    color: #fff;
}

.bg-success-gradient {
    background: linear-gradient(to right, #5cb85c 0%, #5cf9e2 100%) !important;
    color: #fff;
}

.bg-danger-gradient {
    background: linear-gradient(to right, #fc0027 0%, #fd4a68 100%) !important;
    color: #fff;
}

.bg-orange-gradient {
    background: linear-gradient(to right, #ff9d0a 0%, #fbb034 100%) !important;
    color: #fff;
}

.bg-purple-gradient {
    background: linear-gradient(to right, #4a00e5 0%, #9b25b7 100%) !important;
    color: #fff;
}

.bg-teal-gradient {
    background: linear-gradient(to right, #02a8b5 0%, #0695dd 100%) !important;
    color: #fff;
}

.bg-light-gradient {
    background: linear-gradient(to right, #fdfdfe 0%, #d1d6de 100%) !important;
    color: #000;
}

.bg-dark-gradient {
    background: linear-gradient(to right, #171724 0%, #54505d 100%) !important;
    color: #fff;
}

.bg-outline-primary {
    background-color: #fff;
    border: 1px solid #e41f07;
    color: #e41f07;
}

.bg-outline-secondary {
    background-color: #fff;
    border: 1px solid #ffa201;
    color: #ffa201;
}

.bg-outline-warning {
    background-color: #fff;
    border: 1px solid #fda700;
    color: #fda700;
}

.bg-outline-info {
    background-color: #fff;
    border: 1px solid #1ecbe2;
    color: #1ecbe2;
}

.bg-outline-success {
    background-color: #fff;
    border: 1px solid #5cb85c;
    color: #5cb85c;
}

.bg-outline-danger {
    background-color: #fff;
    border: 1px solid #fc0027;
    color: #fc0027;
}

.bg-outline-dark {
    background-color: #fff;
    border: 1px solid #171724;
    color: #171724;
}

.bg-outline-light {
    background-color: #fff;
    border: 1px solid #fdfdfe !important;
    color: #000 !important;
}

.bg-primary-transparent {
    background-color: rgba(228, 31, 7, 0.1) !important;
    color: #e41f07 !important;
}
.bg-primary-transparent:hover {
    background-color: rgba(228, 31, 7, 0.1) !important;
    color: #e41f07 !important;
}

.bg-secondary-transparent {
    background-color: rgba(255, 162, 1, 0.1) !important;
    color: #ffa201 !important;
}
.bg-secondary-transparent:hover {
    background-color: rgba(255, 162, 1, 0.1) !important;
    color: #ffa201 !important;
}

.bg-info-transparent {
    background-color: rgba(30, 203, 226, 0.1) !important;
    color: #1ecbe2 !important;
}
.bg-info-transparent:hover {
    background-color: rgba(30, 203, 226, 0.1) !important;
    color: #1ecbe2 !important;
}

.bg-success-transparent {
    background-color: rgba(92, 184, 92, 0.1) !important;
    color: #5cb85c !important;
}
.bg-success-transparent:hover {
    background-color: rgba(92, 184, 92, 0.1) !important;
    color: #5cb85c !important;
}

.bg-warning-transparent {
    background-color: rgba(253, 167, 0, 0.1) !important;
    color: #fda700 !important;
}
.bg-warning-transparent:hover {
    background-color: rgba(253, 167, 0, 0.1) !important;
    color: #fda700 !important;
}

.bg-danger-transparent {
    background-color: rgba(252, 0, 39, 0.1) !important;
    color: #fc0027 !important;
}
.bg-danger-transparent:hover {
    background-color: rgba(252, 0, 39, 0.1) !important;
    color: #fc0027 !important;
}

.bg-light-transparent {
    background-color: rgba(253, 253, 254, 0.5) !important;
    color: #fdfdfe !important;
}
.bg-light-transparent:hover {
    background-color: rgba(253, 253, 254, 0.5) !important;
    color: #6f6f6f !important;
}

.bg-gray-100 {
    background-color: #c0c0c0;
}

.bg-gray-200 {
    background-color: #9b9b9b;
}

.bg-gray-300 {
    background-color: #898989;
}

.bg-gray-400 {
    background-color: #6f6f6f;
}

.bg-gray-500 {
    background-color: #6f7a7a;
}

.bg-gray-600 {
    background-color: #565e5e;
}

.bg-gray-700 {
    background-color: #424848;
}

.bg-gray-800 {
    background-color: #323737;
}

.bg-gray-900 {
    background-color: #262a2a;
}

.svg-primary {
    fill: #e41f07;
}

.svg-secondary {
    fill: #ffa201;
}

.svg-success {
    fill: #5cb85c;
}

.svg-danger {
    fill: #fc0027;
}

.svg-warning {
    fill: #fda700;
}

.svg-white {
    fill: #fff;
}

.svg-black {
    fill: #000;
}

.svg-pink {
    fill: #ea00b7;
}

.svg-orange {
    fill: #ff9d0a;
}

.svg-purple {
    fill: #4a00e5;
}

.svg-indigo {
    fill: #0092e4;
}

.svg-info {
    fill: #1ecbe2;
}

.svg-yellow {
    fill: #ffff00;
}

.svg-light {
    fill: #fdfdfe;
}

.svg-dark {
    fill: #171724;
}

.svg-teal {
    fill: #02a8b5;
}

.svg-default {
    fill: #6f6f6f;
}

.color-container {
    width: 5rem;
    height: 5rem;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 3rem;
}

.text-container {
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    box-shadow: 0px 4px 54px 0px rgba(224, 224, 224, 0.2509803922);
}

.color-box {
    width: 80px;
    height: 80px;
    border-radius: 4px;
    margin-right: 0.75rem;
    margin-bottom: 0.75rem;
}

/*--------------------------------------------------------------
# Login
--------------------------------------------------------------*/

.b2smgmt-bg {
    background: #e7f0ff url(../img/shape-r-1.webp) no-repeat left top;
    height: 100vh;
    background-size: cover;
}
.b2smgmt-bg .card {
    border-radius: 16px;
    border: none;
}
.login-right-section .card-title img {
    width: 46px;
    background-color: #fff;
    height: 46px;
    padding: 8px;
    border-radius: 30px;
}
.needs-validation .form-control {
    padding: 13px;
}
.form-label {
    margin-bottom: 0.5rem;
    color: #6a707c;
}
.input-group-text {
    font-size: 24px;
    color: #0d6efd;
    border-radius: 4px 0px 0px 4px;
}
.bcic-btn-primary {
    background: linear-gradient(
        90deg,
        rgb(0, 97, 255) 0%,
        rgb(96, 239, 255) 100%
    );
    border: none;
    border: none;
    padding: 14px;
}
.bcic-btn-primary:hover {
    background: linear-gradient(
        90deg,
        rgb(96, 239, 255) 0%,
        rgb(0, 97, 255) 100%
    );
}

.login-l-box {
    background-color: #3a84ff;
    border-radius: 16px;
    padding: 60px;
}
.login-l-box img {
    max-width: 100%;
}

.bcic_btns {
    margin-top: 30px;
}
.mask {
    -webkit-mask-position: center;
    mask-position: center;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: contain;
    mask-size: contain;
    float: left;
    margin-right: 10px;
    position: relative;
    top: -8px;
    margin-bottom: -15px;
}
.mask.is-squircle {
    -webkit-mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E");
    mask-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='200' height='200' fill='none'%3E%3Cpath fill='%23000' d='M100 0C20 0 0 20 0 100s20 100 100 100 100-20 100-100S180 0 100 0z'/%3E%3C/svg%3E");
}
.mask > i {
    font-size: 24px;
    color: #48cae4;
    padding: 8px;
    display: inherit;
}
.bg-info\/10 {
    background-color: rgba(14, 165, 233, 0.1);
}

.size-10 {
    height: 2.5rem;
    width: 2.5rem;
}

tr.alert_danger_success td {
    background-color: #dff0d85e;
    border-color: #dff0d85e;
    color: #191717;
}

tr.alert_danger_tr td {
    background-color: #f2dede;
    border-color: #ebccd1;
    color: #a94442;
}

tr.alert_warning td {
    background-color: #fcf8e3;
    border-color: #d2cfbc;
    color: #8a6d3b;
}

/* Custom SweetAlert2 Popup */
.custom-swal-popup {
    padding: 20px;
    border: 2px solid #4caf50; /* Green border */
    box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.1);
}

.custom-swal-title {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #4caf50;
}

/* Button styling */
.swal2-styled.swal2-confirm {
    background-color: #4caf50 !important; /* Green button */
    color: white !important;
    border-radius: 5px !important;
    padding: 10px 20px !important;
    font-size: 16px !important;
    font-weight: bold !important;
}

.swal2-styled.swal2-confirm:hover {
    background-color: #45a049 !important; /* Darker green on hover */
}

.custom-swal-title-error {
    font-family: "Roboto", sans-serif;
    font-weight: bold;
    color: #d45454;
}

/* Email Pges 03-10-2024 By Pankaj*/

/* Loader CSS  */

/* Loader container with dark background */
.loader-container {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(
        0,
        0,
        0,
        0.8
    ); /* Dark background with some transparency */
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999; /* Ensure loader is on top of other content */
}

/* Loader spinner */
.loader-container .loader {
    border: 5px solid #f3f3f3; /* Light color for the border */
    border-radius: 50%;
    border-top: 5px solid #3498db; /* Spinner color */
    width: 50px;
    height: 50px;
    animation: spin 1s linear infinite;
}

/* Animation for spinning */
@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

/* dispatch Report add css by  pankaj  on 06-11-24 */
.bcic_dispatch_btns li {
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.04),
        0 4px 6px -2px rgba(0, 0, 0, 0.02);
    background-color: var(--bcic-white);
    border: solid 1px rgba(49, 59, 73, 0.12);
    display: inline-block;
    padding: 8px 12px;
    border-radius: 0.5rem;
    margin: 0px 4px;
}
.bcic_dispatch_btns li:hover {
    background-color: #f8fafc;
}
.bcic_d_staff .avatar-name {
    width: 50px;
    height: 50px;
    font-weight: 600;
    color: #2491d0;
    line-height: 26px;
    text-align: center;
    font-size: 11px;
}
.bcic_d_staff_d .text11 {
    font-size: 11px;
    width: 159px;
}
.dispatch_paid {
    background-color: #ffdcc6;
    display: inline-block;
    position: relative;
    padding: 10px 15px 10px 20px;
    border-radius: 4px;
    color: #e86c16 !important;
}
.dispatch_paid span {
    font-weight: 600;
    font-size: 13px;
}
.dispatch_paid p {
    font-size: 12px;
}
.dispatch_paid:before {
    position: absolute;
    content: "";
    left: 0px;
    top: 0px;
    background-color: #ff7c29;
    width: 3px;
    height: 78%;
    margin: 8px;
    border-radius: 4px;
}
.dispatch_id {
    display: block;
}

.dispatch_paid.dispatch_semi {
    background-color: #caf0d7;
    color: #18b355 !important;
}
.dispatch_paid.dispatch_semi:before {
    background-color: #18b355;
}

.dispatch_paid.dispatch_primary {
    background-color: #d0e1fd;
    color: #3276e1 !important;
}
.dispatch_paid.dispatch_primary:before {
    background-color: #3276e1;
}
.dispatch_paid.dispatch_danger {
    background-color: #fec7c7;
    color: #e25f5f !important;
}
.dispatch_paid.dispatch_danger:before {
    background-color: #e25f5f;
}

.dispatch_paid.dispatch_onhold {
    background-color: #ead6fc;
    color: #9450db !important;
}
.dispatch_paid.dispatch_onhold:before {
    background-color: #9450db;
}
.dispatch_paid.dispatch_dispute {
    background-color: #fad3e6;
    color: #d6408a !important;
}
.dispatch_paid.dispatch_dispute:before {
    background-color: #d6408a;
}
.dispatch_paid.dispatch_active {
    background-color: #f5f5f5;
    color: #979797 !important;
}
.dispatch_paid.dispatch_active:before {
    background-color: #979797;
}

.dispatch_tooltip {
    position: relative;
    display: inline-block;
    cursor: default;
}

.dispatch_tooltiptext {
    visibility: hidden;
    /*padding: 0.35em 0.7em;*/
    background-color: black;
    color: var(--bcic-white);
    text-align: left;
    border-radius: 0.25em;
    white-space: nowrap;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 90%;
    transition-property: visibility;
    width: 350px;
}
.dispatch_tooltip:hover .dispatch_tooltiptext {
    visibility: visible;
}
.dispatch_tooltiptext .contact_box_hedaer H6 {
    color: var(--bcic-white);
    padding: 10px 15px;
    border-bottom: solid 1px #ffffff57;
}
.dispatch_tooltiptext .contact_box_details {
    padding: 5px 15px;
}
.dispatch_tooltiptext .contact_box_details a {
    color: #fff;
}
.dispatch_tooltiptext .contact_box_details .form-select {
    padding: 1px 5px;
    border-radius: 4px;
}

.dispatch_tooltiptext .contact_box_details .btn {
    padding: 5px 10px;
    border-radius: 4px;
}
#dispatchcanvasRight {
    width: 600px !important;
}

.searchinputs {
    padding: 0;
    position: relative;
}
.searchinputs input {
    height: 42px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 4px 4px 0px rgba(219, 219, 219, 0.2509803922);
    padding: 5px 10px;
    border-radius: 5px;
    color: #262a2a;
    width: 100%;
}
.searchinputs .search-addon button {
    z-index: 9;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    justify-content: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    border-radius: 5px;
    cursor: pointer;
    background: transparent;
    border: 0;
    padding: 0;
    color: #262a2a;
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
}
.dispatch_assign {
    background-color: #d0e1fd;
    color: #3276e1 !important;
    padding: 10px;
    border-radius: 4px;
    border: solid 1px #3276e12e;
    border-left: solid 3px #3276e1;
}
.dispatch_assign i {
    font-size: 16px;
    padding: 4px;
    display: inline-block;
}

.dispatch_notassign {
    background-color: #f5f5f5;
    color: #737373 !important;
    border: solid 1px #7373732b;
    border-left: solid 3px #737373;
}
#dispatchcanvasRight .otd_job_details_rightpanel .tab-content {
    overflow: auto;
    height: calc(78vh - 50px);
}

/* Sanyam

 07 July 2025
  
*/
.staff-list-title {
    border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);
}
.staff-list-title .btn-sm {
    margin-left: 7px;
}
.bcic_view_q_btns li .btn {
    padding: 10px !important;
    font-size: 13px !important;
}
